home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / fredfish / 1100.lha / Programs / DemoCoGo3.0 / DemoCoGo3.0.Metric / ReadMe1st < prev    next >
Text File  |  1995-01-26  |  7KB  |  147 lines

  1.                               DemoCoGo3.0
  2.  
  3.                         Important stuff first!:
  4.  
  5.      This program is a demo of the complete program. It may be included
  6. it in Software Libraries such as Fred Fish, but please include this
  7. ReadMe file, the command.list and the data files so that other users may
  8. know where to obtain a manual, the fully implemented program and any
  9. future updates, or just the CoGo User's Newsletter. 
  10.  
  11.      The program is compiled from AC/FORTRAN which is owned by absoft
  12. Software, Inc. It requires 1/2 Meg of memory and one disk drive. The
  13. coordinate saving feature and print-out capability are disabled in this
  14. version.
  15.  
  16.      There was not room on disk to put more than a command description
  17. with out explanation on this disk. The fully implemented version of the
  18. program with manual is available by mail from D. R. Benson. The address
  19. is 1402 Olive Street, Sanger, CA 93657-3439 U.S.A. For a donation of
  20. $25.00 you will receive a copy of the manual and will be put on the
  21. mailing list for update notices.
  22.  
  23.      Since I am not independently wealthy, I can only provide the
  24. manuals by donation. Future updates will be accelerated by donations,
  25. enabling me to spend those resources needed to make updates. One thing
  26. that I would like to do is be available through one of the on-line
  27. networks for assistance in problem solving. Until then I am available
  28. by mail at the address given above.
  29.  
  30.  
  31.                               DISCLAIMER
  32.  
  33.           All rights to future versions of this program are
  34.      reserved. No part of this program may be sold or used in any
  35.      other program. No part of the documentation may be reproduced
  36.      without the written permission of the documentation author,
  37.      Don R. Benson. The program, documentation and the compiler
  38.      used to create the program is believed to be reliable and
  39.      accurate. The author makes no representation of warranties
  40.      with respect to the program or documentation and specifically
  41.      disclaims any implied warranties of merchantability or fitness
  42.      for any particular purpose. Further, the author reserves the
  43.      right to revise the program and related material and to make
  44.      changes therein from time to time without obligation to notify
  45.      any user or purchaser of any revisions or changes. In no
  46.      event shall the author or absoft Software, Inc. be liable for
  47.      any incidental, indirect, special or consequential damages
  48.      arising out of the purchaser's or user's use of the program or
  49.      documentation material. 
  50.  
  51.  
  52.                              INTRODUCTION
  53.  
  54.      CoGo is a function name of problem-oriented computer systems that
  55. enable the user to solve geometric problems related to surveying and
  56. civil engineering. This coordinate geometry, or CoGo, can be used to
  57. solve problems related to highway design, surveying, subdivision layouts
  58. and construction. CoGo may be applied to other problems, similar in
  59. nature to those described above.
  60.  
  61.      CoGo is based on a rectilinear coordinate system where points are
  62. located as being so many feet North and East of a fixed point with the
  63. coordinates of 0.0' N, 0.0' E. Those points may be used to define
  64. locations of control points of rights-of-way, highway alignment, or
  65. other points of known reference. A supplementary system for vertical
  66. profiles is also available. Output is to the monitor, printer, or
  67. plotter, while input is from keyboard or file.
  68.  
  69.  
  70.                           PROGRAM DESCRIPTION
  71.  
  72.      This implementation of CoGo (version 3.0) is tailored to run on
  73. personal computers. Presently, on the Amiga, it only runs under CLI. The
  74. fully functional version of the program  allows storage of up to 9,999
  75. points, 1995 of which are stored by a alphanumeric name, and 50 curves.
  76. By use of approximately 80 commands, invoked in either long form or
  77. short (mnemonic) form, solutions are generated by the computer.
  78. Numerical significance of 16 significant places is available for
  79. distances and seconds of angles (although the later is only practical to
  80. 1 significant decimal place.) Unknown distances, azimuths and angles my
  81. be indicated by operators on points defining those unknowns.
  82.  
  83.      Input may be from keyboard or from stored file. Corresponding
  84. output is on monitor only on this demo version of the program. The fully
  85. functional version of the program also outputs to printer. In the fully
  86. implemented version points may be stored on disk upon completion of each
  87. 'job' and may be restored from disk on subsequent 'jobs.' A 'job' is a
  88. complete set of CoGo commands and related information to solve a
  89. definite problem. Multiple 'jobs' may be executed on one 'run'.
  90.  
  91.      Points are referred to by numbers, noted without decimal point, in
  92. the range from 1 to 7999, or by name, up to 12 alphanumeric characters,
  93. in the range from 8000 to 9995. Curves are referred to by numbers,
  94. divisible by 10, without decimals, in the range from 10 to 500 (i.e. 50
  95. curves.) Angles and azimuths are measured in a clockwise direction and
  96. are entered as degree-minute-seconds, separated by spaces.
  97. Counterclockwise directions for angles and azimuths may be indicated
  98. with a negative degree, except when the degree is zero.
  99.  
  100.  
  101.                              INPUT FORMAT
  102.  
  103. Each line of input is started by a command. First on the line is the
  104. command, either in long or short form. Next on the line is the data for
  105. that command. Optionally, a comment can finish the line. The comment is
  106. preceded by a slash (/) which must be separated from the data by at
  107. least one blank.
  108.  
  109.                                 OUTPUT
  110.  
  111. SCREEN: All output of calculations and point coordinates is displayed
  112. on the screen for user verification and, with input from a file, user
  113. confidence.
  114.  
  115. PRINTER: (Only on fully implemented version of the program) Optional
  116. printer output is available at the beginning of a job or after an
  117. END/OF/JOB command during a run. Printed results are in a similar format
  118. to screen output. Printed output is designed for 8 1/2 inch wide paper.
  119. Headings with date, time, program version number and point file name are
  120. printed on each page.
  121.  
  122. PLOTTER: Plotting commands are NOT implemented in this release (3.0).
  123.  
  124. Accuracy of output is three decimal places for coordinates and distances
  125. and one decimal place for seconds of angles.
  126.  
  127.  
  128.                             Program Set-Up
  129.  
  130.      In CLI type: cogodemo3.0 (case is not important). If you are not
  131. in the directory cogodemo3.0 is in, include the path before the name.
  132. (If you have problems with any of these requirements, consult the Amiga
  133. Manual, a Amiga-User friend, a computer club or me for help.)
  134.  
  135.      In the fully functional version of the program, the program will
  136. default file storage and retrieval to the directory the program is
  137. started from unless you include the path name with the file name when
  138. the program asks for the file name. If you are totally unable to get the
  139. program running, write to me describing your computer setup and what you
  140. have tried to do.
  141.                                                              ///
  142. Good Computing ----                                         ///
  143.           D. R. Benson                                     ///
  144.           1402 Olive Street                            \\\///
  145.           Sanger CA 93657-3439 U.S.A.                   \XX/
  146.                                                          
  147.